Skip to main content
POST
/
api
/
v1
/
admin
/
digest-deliveries
/
{note_id}
/
resend
Force a fresh delivery attempt for a note. Admin-only. Creates a new pending row with `attempt_of` pointing at the most recent delivery on record for that note.
curl --request POST \
  --url https://api.backside.app/api/v1/admin/digest-deliveries/{note_id}/resend \
  --header 'Authorization: Bearer <token>'
{
  "attempt_of": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
string<uuid>
required

Note to re-dispatch

Response

Resend queued

attempt_of
string<uuid>
required
delivery_id
string<uuid>
required
status
string
required